home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / BIN / WC2EXE.BAT < prev    next >
DOS Batch File  |  1997-06-19  |  214b  |  20 lines

  1. @echo off
  2. set QEo=
  3. set QEc=WC
  4. set QEx=C
  5. set QEmb=
  6. set QEmw=(default)
  7.  
  8. :top
  9. if "%1"=="" goto done
  10. set QEo=%QEo% %1
  11. shift
  12. goto top
  13.  
  14. :done
  15. if "%QEo%"=="" goto usage
  16. _q2exe_ /w %QEo%
  17.  
  18. :usage
  19. _q2exe_
  20.